static bool saveTreeDeclaration(nkExport::Node *tree, const nkMemory::StringView &pathFromData)
static ContentLoadResultScript processScriptSources(const nkMemory::StringView &sources, bool loadResource=true)
Holds information about a content load attempt.
Definition: ContentLoadResult.h:23
static nkMemory::String inputDataStr(const nkMemory::StringView &filePath)
static ContentLoadResultScript processScriptTree(nkExport::Node *tree, bool loadResource=true)
static bool outputData(const nkMemory::StringView &content, const nkMemory::StringView &path)
Allows to export and import content through their declaration files.
Definition: ContentLoader.h:12
static ContentLoadResultScript loadScriptDeclaration(const nkMemory::StringView &pathFromData, bool loadResource=true)
static nkExport::ExporterLoadResult inputDataSources(const nkMemory::StringView &sources)
static nkExport::ExporterLoadResult inputData(const nkMemory::StringView &filePath)
static bool saveObjectDeclaration(nkExport::Exportable *object, const nkMemory::StringView &pathFromData)